home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / Euro Truck / ets_1_00_setup.exe / base.scs / effect / generic / dry_void / nv4x.vp < prev    next >
Text File  |  2008-07-25  |  848b  |  24 lines

  1. !!ARBvp1.0
  2. OPTION NV_vertex_program3;
  3. # cgc version 2.0.0015, build date May 15 2008
  4. # command line args: -quiet -fastprecision -I../../src/shaderlib/effect -profile vp40 -DPATH_NV4X
  5. # source file: effect/dry_void/dry.void.cg
  6. #vendor NVIDIA Corporation
  7. #version 2.0.0.15
  8. #profile vp40
  9. #program vertex_main
  10. #semantic vertex_main.transform
  11. #var float4 v.position : $vin.POSITION : POSITION : 0 : 1
  12. #var float4x4 transform.mvp_matrix :  : c[0], 4 : 1 : 1
  13. #var float4x4 transform.mv_matrix :  : , 4 : 1 : 0
  14. #var float4 vertex_main.position : $vout.POSITION : HPOS : -1 : 1
  15. PARAM c[4] = { program.local[0..3] };
  16. TEMP RC, HC;
  17. BB1:
  18. DP4   result.position.w, vertex.position, c[3];
  19. DP4   result.position.z, vertex.position, c[2];
  20. DP4   result.position.y, vertex.position, c[1];
  21. DP4   result.position.x, vertex.position, c[0];
  22. END
  23. # 4 instructions, 0 R-regs
  24.